OpenRoads Designer CONNECT Edition SDK Help

ILinearClosedPrimitive Interface

Defines methods for all closed linear elements

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public interface ILinearClosedPrimitive : ILinearClosed
Implements ILinearClosed

Properties

Area Gets the area of a linear closed element (closed line string or closed complex);
IsClockWise Gets whether the element is defined in clockwise direction. (Inherited from ILinearClosed)

Methods

GetBestApproximatedArea(Double) Gets the area of a linear closed element (closed line string or closed complex); (Inherited from ILinearClosed)
GetBestApproximatedArea(Double, Double) Gets the area of a linear closed element (closed line string or closed complex); (Inherited from ILinearClosed)

See Also